ContentsIndexHome
PreviousUpNext
IProcedure.run Method (params IData[])

Runs the procedure with the provided arguments; this methods blocks further execution until the AIMMS procedure has returned.

C#
int run(params IData[] args);
Parameters 
Description 
params IData[] args 
The arguments to run the procedure with. 

The return value of the AIMMS procedure run.